.footer {
  background: #1848BC;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid #ABB0BB;
}

.footer-top dt {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-family: font-max;
}

.footer-top dd {
  font-weight: 500;
  line-height: 27px;
  font-size: 13px;
  color: #AAAEB5;
  font-family: font-max;
}

.footer-top dd a:hover {
  color: #fff;
}

.footer-top .footer-top-left {
  padding-left: 0;
  border-right: 1px solid #ABB0BB;
}

.footer-top .footer-top-right {
  padding-right: 0;
}

.footer-top .footer-top-mall {
  text-align: center;
}

.footer-top .footer-top-mall img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.footer-top .footer-top-follow {
  text-align: center;
  margin-top: 25px;
}

.footer-top .footer-top-follow img {
  width: 100%;
  height: auto;
}

.footer-top .title {
  color: #fff;
  font-size: 15px;
}

.footer-top .item-title{
  display: block;
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
}

.footer-bottom {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #AAAEB5;
  padding: 25px 0;
}

.footer-bottom a img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
  line-height: 1;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-bottom .footer-bottom-item {
  margin-right: 20px;
}

.footer-bottom .footer-bottom-item:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .footer-top .footer-top-left {
    padding-left: 15px;
    border: none;
  }
  .footer-top .footer-top-follow {
    margin-top: 0;
  }
  .footer-top .footer-top-right {
    padding-right: 15px
  }
  .footer-top {
    padding: 10px 0;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .footer-bottom-item {
    display: block;
    margin-right: 0;
  }
}